﻿.blkshoplistx {
	border:0px; 
	padding:0px; 
	overflow: hidden;
	ZOOM: 1; 
	position: relative;
	height:220px;
	width:1000px;
}

.blkshoplistx .LeftButton {
	background: url(../images/arrow_l.png) no-repeat;
	left:0px;
	float:left;
	width:18px;
	cursor: pointer;
	position: absolute;
	height:23px;
	top:70px;
}

.blkshoplistx .RightButton {
	background: url(../images/arrow_r.png) no-repeat;
	right:0px;
	float:right;
	width:18px;
	cursor: pointer;
	position: absolute;
	height:23px;
	top:70px;
}

.blkshoplistx .Cont {
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 18px; 
	text-align:center;
	overflow: hidden;
}

.blkshoplistx .pro_box {
	float:left;
	text-align:center;
	margin:0px 10px;
	width:170px;
}
.blkshoplistx .pro_box img{width:170px; height:170px; border:1px solid #ddd;}
.blkshoplistx .pro_box span{ width:172px; float:left; height:24px; line-height:24px; color:#333;}
.blkshoplistx .pro_box span a{ color:#333; text-decoration:none;}
.blkshoplistx .pro_box span a:hover{ color:#fff; text-decoration:none;}

.pro_box:hover{ background:#0689d8; color:#fff;}